home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
TetrolLapse.swf
/
scripts
/
DefineButton2_37
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-05
|
174 b
|
12 lines
on(release){
if(_root.DialogMode)
{
return undefined;
}
if(_root.SoundOn)
{
_root.SoundClickButton.start();
}
_root.PauseOff();
}